home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / pcbupld.zip / PCBUPLD.DOC < prev    next >
Text File  |  1992-01-21  |  2KB  |  56 lines

  1. PCBOARD is a registered trademark of Clark Development Company, inc.
  2.  
  3. *:::::::::::::::::::::::::::[ DISCLAIMER ]:::::::::::::::::::::::::::::::::*
  4.  
  5. PCBUPLD.EXE by Bill Shields is released to public domain.
  6.  
  7. PCBUPLD.EXE is provided AS IS without any warranty,  expressed or implied.
  8. This  includes  without  limitation  the  fitfulness  to  a particular
  9. purpose or application and any warranties of merchantability.  While I tried
  10. to be as thorough as  possible while  debugging PCBUPLD.EXE, I shall  not  be
  11. liable for any damages, whether direct, indirect, special,  or  consequential
  12. arising  from a failure of PCBUPLD.EXE to operate in a manner desired by the
  13. user. I shall  not be  liable for  any damage to data or property which may
  14. by caused directly or indirectly  by use of PCBUPLD.EXE.
  15.  
  16. In no event will I be liable to you for any damages, including any lost
  17. profits, lost savings or  other incidental or consequential  damages arising
  18. out of your use or inability to use the program, or for any claim by any
  19. other party.
  20.  
  21. *::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*
  22.  
  23. USAGE: PCBUPLD [col]
  24.                 col .... The column you want the string to start at.  For 
  25.                          DIRx files this will be column 34.
  26.  
  27. PCBUPLD.EXE will send the string "Uploaded by: user name (security level)" to 
  28. the standard output.  An example output follows:
  29.  
  30. Uploaded by: Bill Shields (110)
  31.  
  32. Showing that I uploaded a file and I have security level 110.  This was 
  33. designed for a fellow SYSOP who had a requirement for such a utility.  
  34. Hopefully it will be of use to you also.
  35.  
  36. An example of how you can apply this follows:
  37.  
  38. 1) Turn off the "uploaded by" option in PCBSETUP.
  39. 2) Modify the PCBTEST.BAT file to hold the following line
  40.  
  41.    PCBUPLD 34 >> UPDESC.%PCBNODE%
  42.  
  43. 3) Your done....
  44.  
  45.  
  46. TECHNICAL NOTES:
  47.  
  48. The program has no bells nor whistles.  Basically it reads the PCBOARD.SYS 
  49. file for the current users name and record number.  It then reads PCBOARD.DAT 
  50. for the location of the USERS file and reads in the specified record from the 
  51. USERS file.  The information is sent to standard output.
  52.  
  53. The DEMO program included assumes that you have a PCBOARD.SYS file available 
  54. with a users information.  PCBOARD.DAT was be available as well.
  55.  
  56.